Class QueueImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.QueueImpl
All Implemented Interfaces:
IPCObject, Queue

public class QueueImpl extends IPCObjectImpl implements Queue
Information provided by the PKI file:

    \class Queue
    
    \brief Queue handles and manipulates QoS classes.
    
    \example network().getDevice("Router0").getPolicyMapManager().getPolicyMapAt(0).getClassAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getPacketCnt

      public int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Gets the packet count in the queue.
          
          \return int, value is the packet count in the queue.
          
              
      Specified by:
      getPacketCnt in interface Queue
      Returns:
      int Returns a int
    • getName

      public String getName()
      Information provided by the PKI file:
      
          \brief Gets the queue name.
          
          \return string, value is the queue name.
          
              
      Specified by:
      getName in interface Queue
      Returns:
      String Returns a String